home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 May / PC Shareware 1997-05.iso / programy / pgp / 32bit / _setup.1 / PGPFILE.EXE / 0 / RCDATA / TSECKEY / TSECKEY.txt
Encoding:
Text File  |  1996-12-27  |  1.3 KB  |  66 lines

  1. object SecKey: TSecKey
  2.   Left = 348
  3.   Top = 277
  4.   BorderStyle = bsDialog
  5.   Caption = 'SecKey'
  6.   ClientHeight = 273
  7.   ClientWidth = 426
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 426
  20.     Height = 29
  21.     Align = alTop
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Select the Secret Key you wish to use to sign this file.'
  25.     Font.Color = clBlack
  26.     Font.Height = -16
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 228
  34.     Width = 426
  35.     Height = 45
  36.     Align = alBottom
  37.     BevelOuter = bvNone
  38.     TabOrder = 0
  39.     object Button1: TButton
  40.       Left = 16
  41.       Top = 8
  42.       Width = 397
  43.       Height = 29
  44.       Caption = '&OK'
  45.       TabOrder = 0
  46.       OnClick = Button1Click
  47.     end
  48.   end
  49.   object ListBox1: TListBox
  50.     Left = 0
  51.     Top = 29
  52.     Width = 426
  53.     Height = 199
  54.     Align = alClient
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ItemHeight = 13
  60.     ParentFont = False
  61.     Sorted = True
  62.     TabOrder = 1
  63.     OnDblClick = Button1Click
  64.   end
  65. end
  66.